.imageFullWidthBlock .imageWrapper {
  width: calc(100% + 13.375vw);
  height: 43.75vw;
  margin-left: -6.6875vw;
  position: relative;
  overflow: hidden;
}
.imageFullWidthBlock .imageWrapper img {
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  object-fit: cover;
}
/*# sourceMappingURL=image_full_width_block.css.map */